fix RssSubscribe
This commit is contained in:
parent
a5c9ff9fa1
commit
ac4e3579a3
@ -253,6 +253,10 @@ class RssSubscribe(_PluginBase):
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
'md': 6
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VTextField',
|
||||
@ -266,6 +270,10 @@ class RssSubscribe(_PluginBase):
|
||||
},
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
'md': 6
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VTextField',
|
||||
|
Loading…
x
Reference in New Issue
Block a user