質問編集履歴

2

不備修正

2018/04/05 01:40

投稿

cheche0830
cheche0830

スコア187

test CHANGED
File without changes
test CHANGED
@@ -56,8 +56,6 @@
56
56
 
57
57
  this.$left = $(this.refs.left);
58
58
 
59
- console.log(this.$left.resizable);
60
-
61
59
  this.$left.resizable()
62
60
 
63
61
 

1

css

2018/04/05 01:40

投稿

cheche0830
cheche0830

スコア187

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,8 @@
28
28
 
29
29
  import $ from "jquery";
30
30
 
31
+ import theme 'test.css';
32
+
31
33
  import 'jquery-ui/themes/base/resizable.css';
32
34
 
33
35
 
@@ -68,7 +70,7 @@
68
70
 
69
71
  <div>
70
72
 
71
- <div className="left" ref="left">aaa</div>
73
+ <div className={theme.left} ref="left">aaa</div>
72
74
 
73
75
  </div>
74
76