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 1327b0d commit 21637beCopy full SHA for 21637be
buble
test.js
@@ -2,12 +2,10 @@ const transpile = require('./index')
2
const Vue = require('vue')
3
const { compile } = require('vue-template-compiler')
4
5
-process.env.BAR = 'bar'
6
-
7
test('should work', () => {
8
const res = compile(`
9
<div>
10
- <div>{{ foo }} {{ process.env.BAR }}</div>
+ <div>{{ foo }}</div>
11
<div v-for="{ name } in items">{{ name }}</div>
12
<div v-bind="{ ...a, ...b }"/>
13
</div>
@@ -34,7 +32,7 @@ test('should work', () => {
34
32
}).$mount()
35
33
36
expect(vm.$el.innerHTML).toMatch(
37
- `<div>hello bar</div> ` +
+ `<div>hello</div> ` +
38
`<div>foo</div><div>bar</div> ` +
39
`<div id="foo" class="bar"></div>`
40
)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments