File tree Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Import vue component
2
- import core from '@vue-js-cron/core'
3
2
import component from './CronEditor.vue'
4
3
5
4
// Declare install function executed by Vue.use()
@@ -13,7 +12,6 @@ export function install(Vue) {
13
12
const plugin = {
14
13
install,
15
14
component,
16
- util : core . util ,
17
15
}
18
16
19
17
// To allow use as module (npm/webpack/etc.) export component
Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ function install(app: App) {
15
15
export const corePlugin = {
16
16
install,
17
17
}
18
+ export default corePlugin
Original file line number Diff line number Diff line change 1
1
// Import vue component
2
- import core from '@vue-js-cron/core'
3
2
import component from './CronEditor.vue'
4
3
5
4
// Declare install function executed by Vue.use()
@@ -13,7 +12,6 @@ export function install(Vue) {
13
12
const plugin = {
14
13
install,
15
14
component,
16
- util : core . util ,
17
15
}
18
16
19
17
// To allow use as module (npm/webpack/etc.) export component
Original file line number Diff line number Diff line change 1
1
// Import vue component
2
- import core from '@vue-js-cron/core'
3
2
import component from './components/CronQuasar.vue'
4
3
5
4
// Declare install function executed by Vue.use()
@@ -13,7 +12,6 @@ export function install(Vue) {
13
12
const plugin = {
14
13
install,
15
14
component,
16
- util : core . util ,
17
15
}
18
16
19
17
// To allow use as module (npm/webpack/etc.) export component
Original file line number Diff line number Diff line change 1
1
// Import vue component
2
- import core from '@vue-js-cron/core'
3
2
import component from './CronEditor.vue'
4
3
5
4
// Declare install function executed by Vue.use()
@@ -13,7 +12,6 @@ export function install(Vue) {
13
12
const plugin = {
14
13
install,
15
14
component,
16
- util : core . util ,
17
15
}
18
16
19
17
// To allow use as module (npm/webpack/etc.) export component
You can’t perform that action at this time.
0 commit comments