fix RssSubscribe

This commit is contained in:
jxxghp 2023-08-17 16:47:42 +08:00
parent a5c9ff9fa1
commit ac4e3579a3

View File

@ -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',