diff --git a/build/webpack.dev.config.js b/build/webpack.dev.config.js index 00d2bf9c..dfced552 100644 --- a/build/webpack.dev.config.js +++ b/build/webpack.dev.config.js @@ -44,12 +44,13 @@ module.exports = { contentBase: [path.resolve("dev/projects")] }, entry: { - full: path.resolve("dev", "projects", "full", "main.js"), basic: path.resolve("dev", "projects", "basic", "main.js"), - mselect: path.resolve("dev", "projects", "multiselect", "main.js"), + checklist: path.resolve("dev", "projects", "checklist", "main.js"), + custom: path.resolve("dev", "projects", "custom", "main.js"), + full: path.resolve("dev", "projects", "full", "main.js"), grouping: path.resolve("dev", "projects", "grouping", "main.js"), + mselect: path.resolve("dev", "projects", "multiselect", "main.js"), multi: path.resolve("dev", "projects", "multi", "main.js"), - checklist: path.resolve("dev", "projects", "checklist", "main.js"), picker: path.resolve("dev", "projects", "picker", "main.js") }, diff --git a/dev/projects/basic/app.vue b/dev/projects/basic/app.vue index 31f5431a..c01d7bdb 100644 --- a/dev/projects/basic/app.vue +++ b/dev/projects/basic/app.vue @@ -15,6 +15,7 @@ + + diff --git a/dev/projects/custom/index.html b/dev/projects/custom/index.html new file mode 100644 index 00000000..22dec0f7 --- /dev/null +++ b/dev/projects/custom/index.html @@ -0,0 +1,18 @@ + + + +
+ +