mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 06:46:00 +00:00
removed perspective intersection observer
This commit is contained in:
@@ -1,55 +1,56 @@
|
||||
export default [
|
||||
{
|
||||
"ArtistId": 1,
|
||||
"Name": "AC/DC",
|
||||
"Album": [
|
||||
{
|
||||
"Title": "For Those About To Rock We Salute You",
|
||||
"ArtistId": 1
|
||||
},
|
||||
{
|
||||
"Title": "Let There Be Rock",
|
||||
"ArtistId": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ArtistId": 2,
|
||||
"Name": "Accept",
|
||||
"Album": [
|
||||
{
|
||||
"Title": "Balls to the Wall",
|
||||
"ArtistId": 2
|
||||
},
|
||||
{
|
||||
"Title": "Restless and Wild",
|
||||
"ArtistId": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ArtistId": 3,
|
||||
"Name": "Aerosmith",
|
||||
"Album": [
|
||||
{
|
||||
"Title": "Big Ones",
|
||||
"ArtistId": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ArtistId": 4,
|
||||
"Name": "Alanis Morissette",
|
||||
"Album": [
|
||||
{
|
||||
"Title": "Jagged Little Pill",
|
||||
"ArtistId": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"incompleteRowsIndicator": [
|
||||
"Artist"
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
ArtistId: 1,
|
||||
Name: 'AC/DC',
|
||||
Album: [
|
||||
{
|
||||
Title: 'For Those About To Rock We Salute You',
|
||||
ArtistId: 1,
|
||||
},
|
||||
{
|
||||
Title: 'Let There Be Rock',
|
||||
ArtistId: 1,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
ArtistId: 2,
|
||||
Name: 'Accept',
|
||||
Album: [
|
||||
{
|
||||
Title: 'Balls to the Wall',
|
||||
ArtistId: 2,
|
||||
},
|
||||
{
|
||||
Title: 'Restless and Wild',
|
||||
ArtistId: 2,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
ArtistId: 3,
|
||||
Name: 'Aerosmith',
|
||||
Album: [
|
||||
{
|
||||
Title: 'Big Ones',
|
||||
ArtistId: 3,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
ArtistId: 4,
|
||||
Name: 'Alanis Morissette',
|
||||
Album: [
|
||||
{
|
||||
Title: 'Jagged Little Pill',
|
||||
ArtistId: 4,
|
||||
},
|
||||
{
|
||||
incompleteRowsIndicator: ['Artist.Album'],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
incompleteRowsIndicator: ['Artist'],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user