This reverts commit 524531c9e56e4af27ff914674a088b5b57fbefd0.
@@ -1,2 +0,0 @@
-# Default ignored files
-/workspace.xml
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
- <component name="NewModuleRootManager">
- <content url="file://$MODULE_DIR$" />
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
-</module>
@@ -1,6 +0,0 @@
-<project version="4">
- <component name="JavaScriptSettings">
- <option name="languageLevel" value="ES6" />
-</project>
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/alpine.iml" filepath="$PROJECT_DIR$/.idea/alpine.iml" />
- </modules>
- <component name="VcsDirectoryMappings">
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
@@ -158,7 +158,7 @@ You can also mix-in multiple data objects using object destructuring:
---
### `x-init`
-**Example:** `<div x-data="{ foo: 'bar' }" x-init="foo = 'baz'"></div>`
+**Example:** `<div x-data"{ foo: 'bar' }" x-init="foo = 'baz'"></div>`
**Structure:** `<div x-data="..." x-init="[expression]"></div>`