data -> props
This commit is contained in:
@@ -2,7 +2,7 @@ import App from './App.html';
|
|||||||
|
|
||||||
const app = new App({
|
const app = new App({
|
||||||
target: document.body,
|
target: document.body,
|
||||||
data: {
|
props: {
|
||||||
name: 'world'
|
name: 'world'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user