mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
feat(): initial vue support
This commit is contained in:

committed by
Mike Hartington

parent
a9b30646fe
commit
73cff0c61a
9
vue/test/router.node.spec.js
Normal file
9
vue/test/router.node.spec.js
Normal file
@ -0,0 +1,9 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
describe('Router node', () => {
|
||||
it('Sets globals correctly', () => {
|
||||
window.Vue = undefined
|
||||
global.Vue = Vue
|
||||
require('../src/router.js')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user