diff --git a/test/runtime/samples/component-shorthand-import/Widget.html b/test/runtime/samples/component-shorthand-import/Widget.html new file mode 100644 index 0000000000..7ffdd798f3 --- /dev/null +++ b/test/runtime/samples/component-shorthand-import/Widget.html @@ -0,0 +1 @@ +
This is the widget.
diff --git a/test/runtime/samples/component-shorthand-import/_config.js b/test/runtime/samples/component-shorthand-import/_config.js new file mode 100644 index 0000000000..ceb8e19f68 --- /dev/null +++ b/test/runtime/samples/component-shorthand-import/_config.js @@ -0,0 +1,3 @@ +export default { + html: `This is the widget.
`, +}; diff --git a/test/runtime/samples/component-shorthand-import/main.html b/test/runtime/samples/component-shorthand-import/main.html new file mode 100644 index 0000000000..01320a9b39 --- /dev/null +++ b/test/runtime/samples/component-shorthand-import/main.html @@ -0,0 +1,5 @@ +