feat(compiler): ensure interpolation expressions are wrapped with toString()
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import * as Vue from '../src'
|
||||
import { createApp } from '../src'
|
||||
|
||||
;(window as any).Vue = Vue
|
||||
|
||||
it('should support on-the-fly template compilation', () => {
|
||||
const container = document.createElement('div')
|
||||
const App = {
|
||||
|
||||
Reference in New Issue
Block a user