@ -1,3 +0,0 @@
|
|||||||
export { default as AppMain } from './AppMain';
|
|
||||||
export { default as Navbar } from './Navbar';
|
|
||||||
export { default as Sidebar } from './Sidebar/index.vue';
|
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@ -1,5 +1,5 @@
|
|||||||
// Inspired by https://github.com/Inndy/vue-clipboard2
|
// Inspired by https://github.com/Inndy/vue-clipboard2
|
||||||
const Clipboard = require('clipboard')
|
const Clipboard = require('console/src/directive/clipboard/clipboard')
|
||||||
if (!Clipboard) {
|
if (!Clipboard) {
|
||||||
throw new Error('you should npm install `clipboard` --save at first ')
|
throw new Error('you should npm install `clipboard` --save at first ')
|
||||||
}
|
}
|