diff --git a/nodes/widgets/locales/en-US/ui_template.html b/nodes/widgets/locales/en-US/ui_template.html index 7abda4b36..5fa6bb3f8 100644 --- a/nodes/widgets/locales/en-US/ui_template.html +++ b/nodes/widgets/locales/en-US/ui_template.html @@ -17,14 +17,14 @@
 <template>
   <div>
-      <h2>Counter
+<script>
   export default {
       data() {
           // define variables available component-wide
@@ -56,6 +56,12 @@
       }
   }
 </script>
+
+<style>
+.test-class {
+  color: red;
+}
+</script>
 
#### Built In Functions