We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900b6ca commit 92abc5cCopy full SHA for 92abc5c
docs/.vuepress/config.js
@@ -3,9 +3,14 @@ module.exports = {
3
title: 'Vue Selectize',
4
description: ' Vanila Vue.js component that mimics Selectize behaviour (no need jquery dependency)',
5
base: '/vue-selectize/',
6
+ ga: 'UA-105706124-2',
7
+ head: [
8
+ ['link', { rel: 'stylesheet', type: 'text/css', href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/selectize.default.css' }]
9
+ ],
10
themeConfig: {
11
repo: 'isneezy/vue-selectize',
12
editLinks: true,
13
+ docsDir: 'docs',
14
editLinkText: 'Help us improve this page!',
15
nav: [
16
{text: 'Home', link: '/'},
0 commit comments