You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/31 07:28:39 UTC

[04/50] [abbrv] incubator-weex git commit: add scoped on style tag

add scoped on style tag


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/0c3a77fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/0c3a77fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/0c3a77fe

Branch: refs/heads/0.12-dev
Commit: 0c3a77fe624f5b9d3a02c1635fbd04168fa19404
Parents: 9a4ff2b
Author: JackPu <ka...@gmail.com>
Authored: Tue Mar 21 09:52:01 2017 +0800
Committer: JackPu <ka...@gmail.com>
Committed: Tue Mar 21 09:52:01 2017 +0800

----------------------------------------------------------------------
 examples/vue/components/input.vue    | 2 +-
 examples/vue/components/textarea.vue | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0c3a77fe/examples/vue/components/input.vue
----------------------------------------------------------------------
diff --git a/examples/vue/components/input.vue b/examples/vue/components/input.vue
index 6d50084..12a8cca 100644
--- a/examples/vue/components/input.vue
+++ b/examples/vue/components/input.vue
@@ -28,7 +28,7 @@
   </scroller>
 </template>
 
-<style>
+<style scoped>
   .input {
     font-size: 60px;
     height: 80px;

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0c3a77fe/examples/vue/components/textarea.vue
----------------------------------------------------------------------
diff --git a/examples/vue/components/textarea.vue b/examples/vue/components/textarea.vue
index aa145ea..580e390 100644
--- a/examples/vue/components/textarea.vue
+++ b/examples/vue/components/textarea.vue
@@ -17,7 +17,7 @@
   </scroller>
 </template>
 
-<style>
+<style scoped>
   .textarea {
     font-size: 30px;
     height: 280px;